home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000094_news@newsmaster….columbia.edu _Wed Jul 23 09:50:16 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA02114
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 23 Jul 1997 09:50:16 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA26375
  7.     for kermit.misc@watsun; Wed, 23 Jul 1997 09:50:15 -0400 (EDT)
  8. Path: news.columbia.edu!panix!cam-news-hub1.bbnplanet.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!feed1.news.erols.com!news.voicenet.com!omni2!cmosley
  9. From: cmosley@voicenet.com (Christopher Mosley)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: I wonder why
  12. Date: 23 Jul 1997 13:49:09 GMT
  13. Organization: VoiceNet - Internet Access - (215)674-9290
  14. Lines: 13
  15. Message-ID: <5r524l$2l$1@news2.voicenet.com>
  16. NNTP-Posting-Host: omni2.voicenet.com
  17. X-Newsreader: TIN [version 1.2 PL2]
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7372
  19.  
  20. In sun 4 ckermit  
  21.  
  22. If I run a sh script from a command shell with the command
  23. #1.<kermit -C "send file"> or #2.<kermit -s file> everything is fine
  24. however if I use these commands in a script that is running from 
  25. another process they fail. However #3.<echo send file | kermit>
  26. works fine. 
  27.   Not important, just wondering. The interactive mode is not
  28. used in the #1 & #2 commands even though the #1 leaves you in interactive
  29. mode??? The script isn't stopped, returns to parent process where transfer    
  30. can't be implemented.
  31.                                                             Thanks
  32.                                                             cmosley